func github.com/go-pg/pg/v10/orm.appendWhereColumnAndColumn

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		update.go#L133: 	b = appendWhereColumnAndColumn(b, table.Alias, table.PKs)
		update.go#L366: func appendWhereColumnAndColumn(b []byte, alias types.Safe, fields []*Field) []byte {